Skip to content

Minor clean up for Forward Euler Method in C++ #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

mika314
Copy link
Contributor

@mika314 mika314 commented Jul 19, 2018

  • use for-loop instead of generate_n and back_inserter and lambda
  • use C++ style of commenting to follow C++ Coding Standards section Comments

@Gathros Gathros added the Implementation Edit This provides an edit to an algorithm implementation. (Code and maybe md files are edited.) label Jul 19, 2018
- use for-loop instead of generate_n and back_inserter and lambda
- use C++ style of commenting to follow C++ Coding Standards section Comments
@mika314 mika314 force-pushed the forward_euler_method_cpp branch from 3bb9c98 to 26559b4 Compare July 20, 2018 05:23
@Gathros Gathros merged commit 4736615 into algorithm-archivists:master Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Implementation Edit This provides an edit to an algorithm implementation. (Code and maybe md files are edited.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants